Text File | 1993-05-04 | 507 b | 10 lines | [TEXT/ttxt]
While preparing the "Dragging Lists" project for the source disk, I discovered a problem in one of my MPW interface files. Your copy of MPW may have the same problem. In the "Types.p" interface file, you'll find the following code,
{$IFC UNDEFINED SystemSixOrLater}
{$SETC SystemSixOrLaterr := SystemSevenOrLater}
{$ENDC}
Notice that 'SystemSixOrLaterr' has an extra 'r' at the end. I simply deleted it and saved the file. This eliminated the compile errors I was getting.